object AboutBox: TAboutBox Left = 300 Top = 209 BorderStyle = bsDialog Caption = 'About' ClientHeight = 200 ClientWidth = 311 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 297 Height = 161 BevelInner = bvRaised BevelOuter = bvLowered Color = clSilver TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 64 Height = 64 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end object InfoTitle: TLabel Left = 88 Top = 16 Width = 177 Height = 20 Caption = 'Blowfish Advanced 95' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object InfoVersion: TLabel Left = 16 Top = 84 Width = 53 Height = 13 Caption = 'Version 8.0' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object InfoCopyright: TLabel Left = 16 Top = 100 Width = 164 Height = 13 Caption = 'Copyright �1996/97 Markus Hahn' Transparent = True IsControl = True end object InfoLicense: TLabel Left = 16 Top = 120 Width = 281 Height = 33 AutoSize = False Transparent = True WordWrap = True IsControl = True end object InfoTheBest: TLabel Left = 88 Top = 40 Width = 193 Height = 33 Caption = 'High Security File Encryption Utility for Windows 95 and NT' Transparent = True end end object OKButton: TButton Left = 232 Top = 176 Width = 73 Height = 21 Caption = '&OK' TabOrder = 1 OnClick = OKButtonClick end object RegisterButton: TButton Left = 154 Top = 176 Width = 73 Height = 21 Caption = '&Register' TabOrder = 2 OnClick = RegisterButtonClick end end